-
Notifications
You must be signed in to change notification settings - Fork 377
Delete .lock file after shutting down control node #2651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this LGTM
Co-authored-by: Sai Kishor Kothakota <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2651 +/- ##
==========================================
- Coverage 89.37% 89.35% -0.02%
==========================================
Files 151 151
Lines 17037 17043 +6
Branches 1420 1421 +1
==========================================
+ Hits 15227 15229 +2
- Misses 1256 1258 +2
- Partials 554 556 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Closing in the interest of #2677 |
This PR fixes #2330 by explicitly deleting the lock file after spawning a controller. A log message is also added.